home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / pmics091.arj / PMICS.H < prev    next >
C/C++ Source or Header  |  1993-05-28  |  1KB  |  44 lines

  1. #define  ID_PMICS           1
  2. #define     ID_PMICS_MSG       2
  3. #define  ID_PMICS_BOARD        3
  4. #define  ID_PMICS_STAT      4
  5.   
  6. #define  IDM_SERVER_LOGIN   WM_USER+100
  7. #define  IDM_DIAL           WM_USER+101
  8. #define  IDM_CAPTURE        WM_USER+102
  9. #define  IDM_OPT            WM_USER+103
  10. #define     IDM_TIMEL        WM_USER+104
  11. #define     IDM_COM_IN         WM_USER+105
  12. #define     IDM_QUIT         WM_USER+106
  13. #define     IDM_FLIP        WM_USER+107
  14. #define  IDM_OPT_2          WM_USER+109
  15. #define     IDM_SMALL          WM_USER+110
  16. #define  IDM_MEDIUM         WM_USER+111
  17. #define  IDM_LARGE          WM_USER+112
  18. #define     IDM_OPT_3          WM_USER+113
  19. #define     IDM_TXQ_DUMP       WM_USER+114
  20. #define  IDM_TEST_CHALLENGE WM_USER+115 
  21. #define  IDM_NEWBOARD        WM_USER+116
  22. #define  IDM_HOME        WM_USER+117
  23. #define  IDM_END            WM_USER+118
  24. #define  IDM_PAGEUP        WM_USER+119
  25. #define  IDM_PAGEDOWN        WM_USER+120
  26. #define  IDM_STAT        WM_USER+121
  27.  
  28. #define  IDM_BOARD_LOCK     WM_USER+122
  29. #define  IDM_BOARD_UNLOCK   WM_USER+123
  30. #define  IDM_BOARD_UPDATE   WM_USER+124
  31. #define  IDM_BOARD_REPLOT   WM_USER+125
  32.  
  33. #define  IDM_ICSCMD_FLAG    WM_USER+310
  34. #define  IDM_ICSCMD_RESIGN  WM_USER+311
  35. #define  IDM_ICSCMD_REFRESH WM_USER+312
  36. #define  IDM_ICSCMD_DRAW    WM_USER+313
  37.  
  38. #define  CLR_WHITE_PIECE    CLR_DARKPINK
  39. #define  CLR_BLACK_PIECE    CLR_DARKCYAN
  40. #define  CLR_WHITE_SQUARE   CLR_GREEN
  41. #define  CLR_BLACK_SQUARE   CLR_BROWN
  42.  
  43. #include "match.h"
  44.